home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Sharing Fun! I Know My Savior Lives / Sunday Savers: Sharing Fun! I Know My Savior Lives.iso / mac / Xtras / Buddy API 3.7 / Buddy API Docs.swf / texts / 1680.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.9 KB  |  89 lines

  1. 174
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. MoveWindow 
  6. --- RECORDSEPARATOR ---
  7. Platform:
  8. --- RECORDSEPARATOR ---
  9.  
  10. --- RECORDSEPARATOR ---
  11. Windows
  12. --- RECORDSEPARATOR ---
  13.  
  14. --- RECORDSEPARATOR ---
  15. Description:
  16. --- RECORDSEPARATOR ---
  17.  
  18. --- RECORDSEPARATOR ---
  19. baMoveWindow moves or resizes the specified window.
  20. --- RECORDSEPARATOR ---
  21.  
  22. --- RECORDSEPARATOR ---
  23. Usage:
  24. --- RECORDSEPARATOR ---
  25.  
  26. --- RECORDSEPARATOR ---
  27. baMoveWindow( WinHandle, Left , Top , Width , Height , Activate )
  28. --- RECORDSEPARATOR ---
  29.  
  30. --- RECORDSEPARATOR ---
  31. Arguments:
  32. --- RECORDSEPARATOR ---
  33.  
  34. --- RECORDSEPARATOR ---
  35. Integer, Integer, Integer, Integer, Integer, Integer. 
  36. --- RECORDSEPARATOR ---
  37. WinHandle is the handle of the window to move. 
  38. --- RECORDSEPARATOR ---
  39. Left is the new left position of the window. 
  40. --- RECORDSEPARATOR ---
  41. Top is the new top position of the window. 
  42. --- RECORDSEPARATOR ---
  43. Width is the new width of the window. 
  44. --- RECORDSEPARATOR ---
  45. Height is the new height of the window. 
  46. --- RECORDSEPARATOR ---
  47. If Activate is true then the window will be activated.
  48. --- RECORDSEPARATOR ---
  49.  
  50. --- RECORDSEPARATOR ---
  51. Returns:
  52. --- RECORDSEPARATOR ---
  53.  
  54. --- RECORDSEPARATOR ---
  55. Void.
  56. --- RECORDSEPARATOR ---
  57.  
  58. --- RECORDSEPARATOR ---
  59. Examples:
  60. --- RECORDSEPARATOR ---
  61.  
  62. --- RECORDSEPARATOR ---
  63. Director: 
  64. --- RECORDSEPARATOR ---
  65. baMoveWindow( Wnd, 20 , 20 , 400 , 400 , true ) 
  66. --- RECORDSEPARATOR ---
  67. Authorware: 
  68. --- RECORDSEPARATOR ---
  69. baMoveWindow( Wnd, 20 , 20 , 400 , 400 , true )
  70. --- RECORDSEPARATOR ---
  71.  
  72. --- RECORDSEPARATOR ---
  73. Notes:
  74. --- RECORDSEPARATOR ---
  75.  
  76. --- RECORDSEPARATOR ---
  77. If both Left and Top arguments are -1, then the windows current position will not be 
  78. --- RECORDSEPARATOR ---
  79. changed. 
  80. --- RECORDSEPARATOR ---
  81. If both Width and Height are -1, then the windows current size will not be changed.
  82. --- RECORDSEPARATOR ---
  83.  
  84. --- RECORDSEPARATOR ---
  85. See also:
  86. --- RECORDSEPARATOR ---
  87.  
  88. --- RECORDSEPARATOR ---
  89. baWindowInfo